Welcome![Sign In][Sign Up]
Location:
Search - reliable udp

Search list

[TCP/IP stackUDP65676534

Description: 针对目前流行的文件传输技术的不足, 提供了一种利用UDP 协议进行可靠、快速的多文件传输的设计方法和实现过程, 较好地解决了文件传输过程中的速度和可靠性的矛盾. 同时在数据传输的过程中引入数据流控制、差错处理、有序保证和安全保证等机制, 使文件传输更加快速, 更加安全可靠.-Lack of popular file transfer technology, using the UDP protocol for reliable, fast multi-file transfer and implementation process to resolve the contradictions in the process of file transfer speed and reliability. At the same timein the process of data transmission, the introduction of data flow control, error handling, and orderly assurance and safety assurance mechanism, file transfer is faster, more secure and reliable.
Platform: | Size: 276480 | Author: 风萧萧 | Hits:

[TCP/IP stack09Socket

Description: 基于TCP and UDP的socket编程 简单的Client/Server网络应用程序。要求实现客户向服务器传输任意一个字符串,服务器将收到的字符串变换成大写后传回客户。 2.修改上述程序,实现服务器根据客户请求,将服务器端指定的文件可靠地传输给客户。如果服务器没有指定的文件,服务器将给客户返回一个信息,通知客户其请求文件不存在。 -TCP and UDP socket programming Simple Client/Server network applications. Required to achieve customer transmitted to the server, any string, the server will receive the string returned customers transform to uppercase. (2) modify the above procedure, the server according to customer requests, the reliable transmission of the file to the specified server to the customer. If the server does not have the specified file, the server will return a message to inform customers of its requested file does not exist.
Platform: | Size: 78848 | Author: | Hits:

[CommunicationETCPserver

Description: E语言 TCP 上传服务端 传输控制协议是一种面向连接的、可靠的、基于字节流的运输层通信协议.在简化的计算机网络OSI模型中,它完成第四层传输层所指定的功能,UDP是同一层内另一个重要的传输协议.-Language TCP upload service-side transmission control protocol is a connection-oriented reliable byte stream transport layer communication protocol in the simplified OSI model of computer network, it completed the functions specified in the fourth layer of the transport layer , UDP is another transport protocol in the same floor.
Platform: | Size: 212992 | Author: 小刀 | Hits:

[CommunicationETCPclient

Description: 传输控制协议是一种面向连接的、可靠的、基于字节流的运输层通信协议.在简化的计算机网络OSI模型中,它完成第四层传输层所指定的功能,UDP是同一层内另一个重要的传输协议.-Transmission Control Protocol is a connection-oriented, reliable byte stream transport layer communication protocol in the simplified OSI model of computer network, it completed the functions specified in the fourth layer of the transport layer, UDP is the same floor Another important transport protocol.
Platform: | Size: 212992 | Author: 小刀 | Hits:

[Windows Developuudp4realibled

Description: udp实现可靠传输的代码,开源的这是一个比较早的版本本,功能简单,使用方便,内有说明,已通过测试。 -udp achieve reliable transmission of the code, open source, which is an earlier version of this simple, functional, easy to use, instructions, has been tested.
Platform: | Size: 212992 | Author: tianmanglian | Hits:

[Internet-Networkrbudp

Description: ns2 code for reliable burst udp protocol
Platform: | Size: 8192 | Author: ilayaraja | Hits:

[Technology Managementpfldnet05-v2-1

Description: 基于udp的可靠传输,在udp的基础上实现可靠传输,本ppt介绍协议的数据结构以及实现机制,如何确保可靠性-Achieve reliable transmission, on the basis of the udp udp-based reliable transmission of the ppt introduced data structure as well as the implementation mechanism of the protocol, how to ensure the reliability, etc.
Platform: | Size: 122880 | Author: zhangsan | Hits:

[Internet-NetworkUDPsend-recv-File

Description: udp收发文件(模仿QQ),包含校验。在这个网上比较了好几个。-udp send and receive files (imitating QQ) at this online under several or more reliable.
Platform: | Size: 332800 | Author: 邹峰 | Hits:

[Internet-Networkudt.tar

Description: 包含了UDT代码的所有的版本,实现了基于UDP的可靠传输及拥塞控制算法-All versions of UDT is included in this file, that acommplish a new transport protocol,which has a reliable transportation algorithm and a congestion algorithm ,based on udp.
Platform: | Size: 868352 | Author: 李强 | Hits:

[Internet-NetworkRBUDP-v1.tar

Description: 包含了RBUDP代码的所有的版本,实现了基于UDP的可靠传输-RBUDP is included in this file, that acommplish a new transport protocol,which has a reliable transportation algorithm ,based on udp.
Platform: | Size: 28672 | Author: 李强 | Hits:

[Internet-Networkvideo_trans

Description: 基于udp协议和openCV编程实现的视频传输程序,具有自动获取本地IP地址功能,客户端输入服务器端IP,点击发送,服务器端可实现实时的接收和播放,在可靠的局域网环境下,多次测试传输可靠,除此以外具有原理简单,可扩展的优点。-Udp protocol and openCV programming-based video transmission program has automatic access to the functions of the local IP address, server-side IP client input and click send, the server side can receive and play real-time, reliable LAN environment, several testsreliable transmission, in addition to a simple principle, scalable advantages.
Platform: | Size: 3940352 | Author: 九月阳光 | Hits:

[JSP/JavaUDPFlowControl

Description: 基于UDP的流量控制系统,可靠传输方面内容也合适,但是还有待完善。-UDP-based traffic control system, reliable transmission aspects are also appropriate, but has yet to be perfected.
Platform: | Size: 11264 | Author: 陈忠超 | Hits:

[Communicationnbtstat-vc

Description: 本源码实现了网段扫描器的功能,为了快速得到同网段机器的信息,而不需要特别可靠的连接确认机制,该源码采用了UDP来实现。-The source to achieve the function of the network of scanners, without the need for a reliable connection acknowledgment mechanism in order to quickly get the information for the machine on the same segment, the source code using UDP.
Platform: | Size: 65536 | Author: 高翔飞 | Hits:

[JSP/JavaNetworkSimulatorDelay

Description: The term network programming refers to writing programs that execute across multiple devices (computers), in which the devices are all connected to each other using a network. The java.net package of the J2SE APIs contains a collection of classes and interfaces that provide the low-level communication details, allowing you to write programs that focus on solving the problem at hand. The java.net package provides support for the two common network protocols: TCP: TCP stands for Transmission Control Protocol, which allows for reliable communication between two applications. TCP is typically used over the Internet Protocol, which is referred to as TCP/IP. UDP: UDP stands for User Datagram Protocol, a connection-less protocol that allows for packets of data to be transmitted between applications.
Platform: | Size: 129024 | Author: Bhaskar | Hits:

[Internet-Networksliding-window-master

Description: sliding-window-master UDP 可靠 单播 滑动窗口 具体实现-sliding-window-master UDP Unicast reliable sliding window implementation
Platform: | Size: 95232 | Author: XiongXiong | Hits:

[Internet-Networkback4

Description: UDP java 可靠传输参考,只是实现了部分功能,但还是可以参考-UDP java reference reliable transmission, but to achieve some functionality, but still can refer to
Platform: | Size: 2048 | Author: iceswh | Hits:

[Internet-Networksimplewnd

Description: 以udp包为基础的,可靠数据传输的简单实现,不能用,仅给出思路,供大家参考.-Packet to udp-based, reliable data transmission to achieve a simple, not only given ideas for your reference.
Platform: | Size: 4096 | Author: TheNB | Hits:

[Windows Developudt.sdk.4.11.tar

Description: 此工程是一个vs2010工程,此源码是用于网络通信,基于udp的可靠传输协议,有拥塞控制和流量控制-This project is a vs2010 project, this source is used for network communications, based udp reliable transport protocol, with congestion control and flow control
Platform: | Size: 147456 | Author: 谢名 | Hits:

[Internet-NetworkMinFtp

Description: Linux下的UDP可靠传输实现,文件传输-UDP reliable transmission of Linux implementations, file transfer
Platform: | Size: 39936 | Author: criss | Hits:

[P2Px264demoforhungpt

Description: UDP reliable multicast protocol
Platform: | Size: 518144 | Author: hungpt | Hits:
« 1 2 3 4 5 6 7 89 10 »

CodeBus www.codebus.net